Skip to content

[BEAM-94] Add UnboundedCountingInput#withRate#17

Closed
tgroh wants to merge 5 commits intoapache:masterfrom
tgroh:rate_limited_counting_source
Closed

[BEAM-94] Add UnboundedCountingInput#withRate#17
tgroh wants to merge 5 commits intoapache:masterfrom
tgroh:rate_limited_counting_source

Conversation

@tgroh
Copy link
Copy Markdown
Member

@tgroh tgroh commented Mar 3, 2016

The period between elements controls the rate at which
UnboundedCountingInput will output elements. This is an aggregate rate
across all instances of the source, and thus elements will not
necessarily be output "smoothly", or within the first period. The
aggregate rate, however, will be approximately equal to the provided
rate.

Add package-private CountingSource.createUnbounded() to expose the
UnboundedCountingSource type. Make UnboundedCountingSource
package-private.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants